home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / uplabel.zip / UPLABEL.MAN < prev   
Text File  |  1993-04-01  |  2KB  |  67 lines

  1.  
  2.      UPLABEL (1)                PD Text Utility                 UPLABEL (1)
  3.  
  4.  
  5.  
  6.      NAME 
  7.           uplabel  -  Text  filter to generate multiple-up labels from
  8.           1-up label text.  
  9.  
  10.      SYNOPSIS 
  11.           Command syntax: 
  12.           uplabel [-ln][-sn][-un][-wn] {infile | - } [outfile]
  13.           -l number of lines per label, default -l6, max -l255
  14.           -s number of spaces between labels, default -s1, max -s255
  15.           -u number of columns up, default -u3, max -u255
  16.           -w width of columns, default -w26, except -w32 for 4-up, max -w255
  17.           if infile is '-', input is from stdin
  18.           default outfile is stdout
  19.  
  20.      DESCRIPTION 
  21.           Uplabel is a simple text filter which cuts-and-pastes blocks 
  22.           of input text into parallel columns.    It  is  designed  to
  23.           format 1-up label text for multiple-up labels.  
  24.           
  25.           The  number  of  lines  per  label,  which is a command-line
  26.           parameter, determines how many input lines are to be read in 
  27.           for each label.  
  28.           
  29.           Input lines longer than the column width will be truncated.  
  30.  
  31.      CAVEATS 
  32.           All characters in input are passed through  to  the  output.
  33.           Non-printable   characters  in  the  input  text  may  cause
  34.           unexpected results.  
  35.  
  36.      EXAMPLES 
  37.           To format 4-up labels from an input file named labs,  to  an
  38.           output file named lab4: 
  39.           
  40.           uplabel -u4 labs lab4 
  41.  
  42.      NOTES 
  43.           Compiled using Microsoft C 5.1.  
  44.           
  45.           Uses getarg.c by D'Arcy J.M. Cain to handle the command line 
  46.           arguments.  
  47.           
  48.           A makefile is included for ndmake.  
  49.  
  50.      AUTHOR 
  51.           John Dudeck, SIM International, 19-Dec-90.  
  52.           
  53.           Public Domain.  
  54.           
  55.           Internet: simintl@rock.concert.net 
  56.           
  57.           Easylink: 62013975 
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67.